Gruvbox Material Theme
Gruvbox Material Theme for Sublime Text
Details
Installs
- Total 10K
- Win 5K
- Mac 2K
- Linux 3K
Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 3 | 4 | 5 | 1 | 1 | 3 | 7 | 2 | 4 | 0 | 2 | 3 | 4 | 5 | 4 | 4 | 1 | 1 | 2 | 6 | 6 | 4 | 8 | 3 | 1 | 5 | 1 | 5 | 2 | 3 | 3 | 6 | 4 | 7 | 5 | 3 | 0 | 1 | 2 | 3 | 4 | 1 | 2 |
Mac | 0 | 0 | 0 | 2 | 0 | 4 | 1 | 3 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 2 | 1 | 0 | 2 | 1 | 0 | 2 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 2 | 0 | 1 | 0 | 0 | 4 | 2 | 0 | 1 | 0 | 1 | 0 | 2 | 1 | 4 |
Linux | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 1 | 5 | 1 | 5 | 2 | 0 | 1 | 1 | 3 | 2 | 5 | 3 | 2 | 3 | 4 | 6 | 4 | 2 | 2 | 5 | 0 | 3 | 0 | 3 | 0 | 3 | 3 | 1 | 4 | 3 | 4 | 2 | 2 | 2 | 1 | 1 | 5 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
Gruvbox Material
This theme is a port of Gruvbox Material for Sublime Text.
Dark
Gruvbox Material is a modified version of Gruvbox, the contrast is adjusted to be softer in order to protect developers' eyes.
A light version will follow, I just need to find some free time to put it together.
Python
HTML
Installation
Easy:
- Open
Command Palette
using the menu itemTools → Command Palette
or CMD/CTRL + SHIFT +P. - Choose
Package Control: Install Package
. - Type
Gruvbox Material Theme
and press ENTER.
Manually:
- Download the latest release and unzip. it into your Packages folder.
- Go to
Sublime Text → Preferences → Browse Packages
. - Rename the folder to
Gruvbox Material Theme
.
Activate Theme
You can active this theme from:
- Command Palette
Tools → Command Palette
or CMD/CTRL + SHIFT + P. - Type
UI: Select Theme
locateGruvbox Material Dark.sublime-theme
and press ENTER. - Type
UI: Select Color Scheme
locateGruvbox Material Dark
and press ENTER.
Manually you can go to (Preferences > Settings - User) and paste the following code:
{
"theme": "Gruvbox Material Dark.sublime-theme",
"color_scheme": "Packages/Gruvbox Material Theme/Gruvbox Material Dark/Gruvbox Material Dark.sublime-color-scheme",
}
Sidebar Icons
The theme looks best with FileIcons in greyscale, but overriding is possible.
Related Projects
See this wiki page.